From: Richard M. Stallman Date: Wed, 14 Sep 1994 18:55:08 +0000 (+0000) Subject: (c-mode-map): Add "Highlight Conditionals" menu item. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90321 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c814718b2ea9ebcbee6773e7b378cdeb6f3163f6;p=emacs.git (c-mode-map): Add "Highlight Conditionals" menu item. --- diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index f3dadc81e81..2fb5784e7ac 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el @@ -69,6 +69,8 @@ '("Indent Line" . c-indent-command)) (define-key c-mode-map [menu-bar c fill] '("Fill Comment Paragraph" . c-fill-paragraph)) +(define-key c-mode-map [menu-bar c cpp-highlight-buffer] + '("Highlight Conditionals" . cpp-highlight-buffer)) (define-key c-mode-map [menu-bar c up] '("Up Conditional" . c-up-conditional)) (define-key c-mode-map [menu-bar c backward]